home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / sys / amiga / cf / init.in next >
Encoding:
Text File  |  1994-08-23  |  1.1 KB  |  58 lines

  1. # -----------------------------------------------------------------------
  2. # $Id: init.in,v 1.2 1994/08/23 16:37:58 mjl Exp $
  3. #
  4. # Maurice LeBrun
  5. # IFS, University of Texas at Austin
  6. # 14-Jul-1994
  7. #
  8. # Basic make assignments for PLplot under Unix (driven by "configure").
  9. # These are used in both the library and demo Makefiles.
  10. # -----------------------------------------------------------------------
  11.  
  12. # Utilities
  13.  
  14. CC        = sc
  15. LDC        = slink 
  16. LIBC        = lib:sc.lib lib:amiga.lib
  17. M4        = m4
  18. LN        = copy
  19.  
  20. # Uncomment this for debugging
  21. # DEBUG_FLAG_C    = dbg=symbol
  22.  
  23. # Uncomment this for optimization
  24. # OPT_FLAG_C    = optimize
  25.  
  26. # Need to fill these in correctly if ever use f2c as a fortran compiler
  27.  
  28. F77        = f77
  29. F77_FLAGS    = -c
  30. LDF        = $(F77)
  31. LDF_FLAGS    = 
  32.  
  33. # Flags and other miscellanea
  34.  
  35. LDC_FLAGS    = 
  36. STARTUP     = lib:c.o
  37. TO        = to
  38. O        = .o
  39. E        =
  40.  
  41. # Install directories
  42.  
  43. LIB_DIR        = plplot:lib
  44. DOC_DIR        = plplot:doc
  45. BIN_DIR        = plplot:bin
  46. INFO_DIR    = plplot:info
  47. INCLUDE_DIR    = plplot:include
  48. DEMOS_DIR    = plplot:demos
  49.  
  50. # Distribution directories
  51.  
  52. PLINC_DIR = /include
  53. PLLIB_DIR = /lib
  54. PLFNT_DIR = /lib
  55. PLLIB_PATH = $(PLLIB_DIR)/
  56. PLFNT_PATH = $(PLFNT_DIR)/
  57.  
  58.